AutoComplete Property (C1ComboBox<T>)
In This Topic
Gets or sets whether the control should try to automatically complete entries using the list of items.
Syntax
'Declaration
Public Property AutoComplete As Boolean
public bool AutoComplete {get; set;}
See Also